home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
Slackwar
/
contents
/
scripts
/
ash
< prev
next >
Wrap
Text File
|
1997-06-06
|
109b
|
6 lines
if fgrep 'bin/ash' etc/shells 1> /dev/null 2> /dev/null; then
GOOD=y
else
echo "/bin/ash" >> etc/shells
fi